Fix picking with transforms
authorMatthias Clasen <mclasen@redhat.com>
Thu, 13 May 2021 00:53:41 +0000 (20:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 13 May 2021 00:58:16 +0000 (20:58 -0400)
commitbf454e948d2dc0c0c11c0bd7dfec0bf929c922b1
tree1ed2cce24b00af8a0b4ea9ad28659bc33d7c16af
parente66ec84c1e22b3020161d9334c98c7fef26395b0
Fix picking with transforms

When transforms include scales, we weren't picking
children properly. The special-case in gtk_widget_do_pick
only applies to 2D translations.
gtk/gtkwidget.c